home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9806 / 000113_owner-linux-arm…r.rutgers.edu _Wed Jun 10 12:56:55 1998.msg < prev    next >
Internet Message Format  |  1998-06-30  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id MAA18442
  4.     for <willy@odie.barnet.ac.uk>; Wed, 10 Jun 1998 12:56:54 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id MAA17190
  7.     for <willy@bofh.ai>; Wed, 10 Jun 1998 12:57:25 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:59408 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <19513-686>; Wed, 10 Jun 1998 14:57:16 +0300
  9. Received: by vger.rutgers.edu id <970854-27857>; Wed, 10 Jun 1998 06:11:28 -0400
  10. Received: from odie.barnet.ac.uk ([194.82.202.98]:27168 "EHLO odie.barnet.ac.uk" ident: "willy") by vger.rutgers.edu with ESMTP id <971296-27857>; Wed, 10 Jun 1998 06:05:00 -0400
  11. Received: (from willy@localhost)
  12.     by odie.barnet.ac.uk (8.8.6/8.8.6) id MAA18410;
  13.     Wed, 10 Jun 1998 12:49:07 +0100
  14. From: Matthew Wilcox <willy@odie.barnet.ac.uk>
  15. Message-Id: <199806101149.MAA18410@odie.barnet.ac.uk>
  16. Subject: Re: Installing
  17. To: P.C.F.Norman@exeter.ac.uk (Phil Norman)
  18. Date:     Wed, 10 Jun 1998 12:49:06 +0100 (BST)
  19. Cc: simon_ogilvie@ionica.co.uk, linux-arm@vger.rutgers.edu
  20. In-Reply-To: <Pine.SGI.3.91.980610120728.25380A-100000@hebe> from "Phil Norman" at Jun 10, 98 12:15:32 pm
  21. X-Mailer: ELM [version 2.4 PL25]
  22. MIME-Version: 1.0
  23. Content-Type: text/plain; charset=US-ASCII
  24. Content-Transfer-Encoding: 7bit
  25. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  26. Sender: owner-linux-arm@vger.rutgers.edu
  27. Precedence: bulk
  28. X-Loop: majordomo@vger.rutgers.edu
  29. Status: RO
  30.  
  31. Phil Norman
  32. > This doesn't matter at all, although it might be best if you ensure 
  33. > all the files end in .arm.rpm.  You can do this with the following line 
  34. > (assuming you're in the same directory as the rpm files):
  35. > for I in `ls`;do mv $I $I.arm.rpm;done
  36. > This is from memory - if it's wrong someone please correct it.
  37.  
  38. That would certainly work.  I prefer the following:
  39.  
  40. for i in *; do mv $i $i.arm.rpm; done
  41.  
  42. and if you wanted to move them back again:
  43.  
  44. for i in *; do mv $i ${i%%.arm.rpm}; done
  45.  
  46. That last works in bash and (iirc) ksh, but not real sh.  Don't even think
  47. about it for csh ;-)
  48.  
  49. -- 
  50. Set Alias$Case Set Alias$[ |||| |MSet Alias$Otherwise Set Alias$[ \ Matthew
  51. "" |MSet Alias$When If %0=%%0 Then Set Alias$[ "" ||MIf %0=%%0    \ Wilcox
  52. Then Set Alias$Otherwise Set Alias$[ |||||||||||||||| ||MIf       \
  53. %0=%%0 Then Set Alias$When Set Alias$[ ||||||||||||||||
  54. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu